Esx Settings DepotContent AddOns Summary

Esx Settings DepotContent AddOns Summary
Esx Settings DepotContent AddOns Summary

The Esx Settings DepotContent AddOns Summary schema defines the summary information regarding a OEM add-on.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "name": "string",
    "display_name": "string",
    "vendor": "string",
    "versions": [
        {
            "version": "string",
            "display_version": "string",
            "summary": "string",
            "category": "string",
            "kb": "string",
            "release_date": "string"
        }
    ]
}
string
name
Required

Name of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.add_on. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.add_on.

string
display_name
Required

Display name of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string
vendor
Required

Vendor of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

versions
Required

Summary information about the versions of this addon. These are sorted by the version.

This property was added in vSphere API 7.0.0.0.